home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amicvs1-0.lha / AmiCVS / Repository / CVSroot / loginfo < prev    next >
Encoding:
Text File  |  1994-11-04  |  912 b   |  21 lines

  1. #
  2. # @(#)loginfo 1.5 92/03/31
  3. #
  4. # The "loginfo" file is used to control where "cvs commit" log information
  5. # is sent.  The first entry on a line is a regular expression which is tested
  6. # against the directory that the change is being made to, relative to the
  7. # $CVSROOT.  If a match is found, then the remainder of the line is a filter
  8. # program that should expect log information on its standard input.
  9. #
  10. # The filter program may use one and only one % modifier (ala printf).  If
  11. # %s is specified in the filter program, a brief title is included (enclosed
  12. # in single quotes) showing the modified file names.
  13. #
  14. # If the repository name does not match any of the regular expressions in this
  15. # file, the "DEFAULT" line is used, if it is specified.
  16. #
  17. # If the name ALL appears as a regular expression it is always used
  18. # in addition to the first matching regex or DEFAULT.
  19. #
  20. DEFAULT Sys:RexxC/rx CollectLog.cvs %s
  21.